Skip to content

Conversation

@kien-ngo
Copy link
Contributor

@kien-ngo kien-ngo commented Sep 26, 2024

Problem solved

Short description of the bug fixed or feature added


PR-Codex overview

This PR focuses on replacing the usage of the SiReact icon with a newly created ReactIcon component across multiple files in the dashboard application, enhancing consistency and maintainability.

Detailed summary

  • Added ReactIcon component in apps/dashboard/src/components/icons/brand-icons/ReactIcon.tsx.
  • Replaced SiReact with ReactIcon in:
    • ConnectSDKCard.tsx
    • ConnectPlaygroundButton.tsx
    • CodeOptionButton.tsx
    • SupportedPlatformLink.tsx
    • CodeSegment.tsx

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@changeset-bot
Copy link

changeset-bot bot commented Sep 26, 2024

⚠️ No Changeset found

Latest commit: 43a24e2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Sep 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 27, 2024 1:35am
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Skipped (Inspect) Sep 27, 2024 1:35am
thirdweb_playground ⬜️ Skipped (Inspect) Sep 27, 2024 1:35am
wallet-ui ⬜️ Skipped (Inspect) Sep 27, 2024 1:35am

@graphite-app
Copy link
Contributor

graphite-app bot commented Sep 26, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

@vercel vercel bot temporarily deployed to Preview – thirdweb_playground September 26, 2024 13:06 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui September 26, 2024 13:06 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 September 26, 2024 13:06 Inactive
@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Sep 26, 2024
@kien-ngo kien-ngo changed the title Replace SiReact [Dashboard] Replace React icon Sep 26, 2024
@kien-ngo kien-ngo marked this pull request as ready for review September 26, 2024 13:07
@codecov
Copy link

codecov bot commented Sep 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.67%. Comparing base (7b40f2e) to head (43a24e2).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4813   +/-   ##
=======================================
  Coverage   47.67%   47.67%           
=======================================
  Files        1051     1051           
  Lines       56715    56715           
  Branches     3894     3894           
=======================================
  Hits        27040    27040           
  Misses      28988    28988           
  Partials      687      687           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 7b40f2e
packages 43.40% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 26, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 41.93 KB (0%) 839 ms (0%) 452 ms (-2.11% 🔽) 1.3 s
thirdweb (cjs) 101.55 KB (0%) 2.1 s (0%) 849 ms (+8.43% 🔺) 2.9 s
thirdweb (minimal + tree-shaking) 4.82 KB (0%) 97 ms (0%) 78 ms (+220.02% 🔺) 174 ms
thirdweb/chains (tree-shaking) 498 B (0%) 10 ms (0%) 45 ms (+357.98% 🔺) 55 ms
thirdweb/react (minimal + tree-shaking) 16.78 KB (0%) 336 ms (0%) 115 ms (+52.61% 🔺) 451 ms

Copy link
Member

@MananTank MananTank left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name the component as ReactIcon

@kien-ngo kien-ngo force-pushed the kien/replace-typescript-and-js-icons branch from 74d2974 to 1e4322b Compare September 26, 2024 15:05
@kien-ngo kien-ngo force-pushed the kien/replace-react-icon branch from bfec541 to ef8af37 Compare September 26, 2024 15:05
@vercel vercel bot temporarily deployed to Preview – docs-v2 September 26, 2024 15:05 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground September 26, 2024 15:05 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui September 26, 2024 15:05 Inactive
@kien-ngo kien-ngo force-pushed the kien/replace-react-icon branch from ef8af37 to 18329c4 Compare September 26, 2024 15:10
@vercel vercel bot temporarily deployed to Preview – wallet-ui September 26, 2024 15:10 Inactive
@graphite-app
Copy link
Contributor

graphite-app bot commented Sep 27, 2024

Merge activity

## Problem solved

Short description of the bug fixed or feature added

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on replacing the usage of `SiReact` icon with a new custom `ReactIcon` component across several files in the dashboard application.

### Detailed summary
- Added `ReactIcon` component in `apps/dashboard/src/components/icons/brand-icons/ReactIcon.tsx`.
- Replaced `SiReact` with `ReactIcon` in:
  - `ConnectSDKCard.tsx`
  - `ConnectPlaygroundButton.tsx`
  - `CodeOptionButton.tsx`
  - `SupportedPlatformLink.tsx`
  - `CodeSegment.tsx`

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->
@MananTank MananTank force-pushed the kien/replace-typescript-and-js-icons branch from 68ed249 to 7b40f2e Compare September 27, 2024 01:24
@MananTank MananTank force-pushed the kien/replace-react-icon branch from 51e5bec to 43a24e2 Compare September 27, 2024 01:25
@vercel vercel bot temporarily deployed to Preview – docs-v2 September 27, 2024 01:25 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground September 27, 2024 01:25 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui September 27, 2024 01:25 Inactive
Base automatically changed from kien/replace-typescript-and-js-icons to main September 27, 2024 01:35
@graphite-app graphite-app bot merged commit 43a24e2 into main Sep 27, 2024
@graphite-app graphite-app bot deleted the kien/replace-react-icon branch September 27, 2024 01:36
@vercel vercel bot temporarily deployed to Production – wallet-ui September 27, 2024 01:36 Inactive
@vercel vercel bot temporarily deployed to Production – docs-v2 September 27, 2024 01:36 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb_playground September 27, 2024 01:36 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb-www September 27, 2024 01:52 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dashboard Involves changes to the Dashboard.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants